home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 401-425 / disk_410 / vlt / rexx / addrexxlib.rexx < prev    next >
OS/2 REXX Batch file  |  1992-05-06  |  206b  |  9 lines

  1. /** Addrexxlib.rexx
  2. *
  3. *   This adds the support libraries
  4. *
  5. **/
  6. check = addlib('rexxsupport.library',0,-30,0) 
  7. check = addlib('rexxmathlib.library',0,-30,0) 
  8. check = addlib('rexxarplib.library',0,-30,0)   
  9.